Get Hasura Ready in 1 hour — A copy-pasteable PROD Framework I wish I had on Hasura Day 1.
Works Background:
Hasura metadata management is not-easy:
Version-lock engine & CLI
Idempotent, delta-driven
Self-contained, no pre-mounts
-Dependency & version check
/healthz
-Green-field (New Project with no metadata): Export & apply canonical template.
Decide your Hasura metadata working folders on Day 0 — future-you (and your team) will thank present-you.
Path
Source or Purpose
Description of Features
/hasura-project/06-data/hasura/metadata/
Persistent directory (from host)
The original version of metadata written by the user, synchronized into the container by default from the local machine (i.e I use D:\canvas_envs\06-data\hasura\metadata).
/hasura-project/user_metadata/
Temporary processing directory
All validation and apply operations are performed here, used as a stagi…
( 8
min )